object aboutForm: TaboutForm Left = 239 Top = 400 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'x' ClientHeight = 384 ClientWidth = 540 Color = clGray Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate DesignSize = ( 540 384) PixelsPerInch = 96 TextHeight = 13 object LabelShadow: TLabel Left = 130 Top = 19 Width = 396 Height = 74 Caption = 'WhoCrashed ' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -53 Font.Name = 'Arial Black' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object LabelTitle: TLabel Left = 127 Top = 14 Width = 396 Height = 74 Caption = 'WhoCrashed ' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -53 Font.Name = 'Arial Black' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True end object ButtonWebsite: TSpeedButton Left = 7 Top = 354 Width = 80 Height = 22 Anchors = [akRight, akBottom] Caption = '&Website' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False OnClick = ButtonWebsiteClick end object ButtonSupport: TSpeedButton Left = 93 Top = 354 Width = 80 Height = 22 Anchors = [akRight, akBottom] Caption = '&Support' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] NumGlyphs = 2 ParentFont = False OnClick = ButtonSupportClick end object LabelVersion: TLabel Left = 139 Top = 182 Width = 188 Height = 16 Caption = 'version 3.00 - November 2010 ' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object ImageSanityCheck: TImage Left = 7 Top = 23 Width = 100 Height = 100 AutoSize = True Picture.Data = {} Transparent = True end object LabelDescription: TLabel Left = 139 Top = 94 Width = 311 Height = 19 Caption = 'Comprehensible Crash Dump Analyzer' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True end object ButtonBuy: TSpeedButton Left = 179 Top = 354 Width = 80 Height = 22 Anchors = [akLeft, akBottom] Caption = '&Buy now' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] NumGlyphs = 2 ParentFont = False OnClick = ButtonBuyClick end object LabelVersionType: TLabel Left = 139 Top = 124 Width = 289 Height = 19 Caption = 'Evaluation version - please register' Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -16 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True end object ImageResplendence: TImage Left = 8 Top = 231 Width = 467 Height = 88 Anchors = [akLeft, akBottom] AutoSize = True Picture.Data = {} Transparent = True OnDblClick = ImageResplendenceDblClick ExplicitTop = 164 end object LabelCopyright: TLabel Left = 16 Top = 315 Width = 447 Height = 11 Anchors = [akLeft, akBottom] Caption = 'Copyright '#169' 1997-2010 Resplendence Software Projects Sp. All ri' + 'ghts reserved. http://www.resplendence.com' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -9 Font.Name = 'Small Fonts' Font.Style = [] ParentFont = False Transparent = True end end